home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 4,101 to 4,200 / aol-file-protocol-4400-4101-to-4200.zip / AOLDLs / ADV - Articles & Misc / Manual for ProDev DDT8_DDT16 / DDT.MANUAL.bxy / DDT.Manual / CHAPTER.8 (.txt) < prev    next >
AppleWorks Document  |  1993-08-05  |  3KB  |  55 lines

  1. O=====<====<====<====<====<====<====<====<====<====<====<====<====<====<====<===
  2. O=====<====<====<====<====<====<====<====<====<====<====<====<====<====<====<===
  3. the control panel settings}. serial port, set the baud
  4. CHAPTER 8
  5. TALKING TO THE WORLD
  6. PRINTER OUTPUT
  7. DWith the ProDev DDT it is possible to use your printer as an output K
  8. Idevice. This can be done to obtain a hard copy of the screen information K
  9. Ior to allow you to view graphics on the screen while still being able to 
  10. debug your program.
  11. JThe printer interface must be in slot #1 and must support the Pascal v1.1 I
  12. Gprotocol. Most printer interface and serial cards should work. See the .
  13. "MO" mode command for selecting printer I/O.
  14. E{DDT16 - When using the IIGS printer port, set the baud rate via the 
  15. control panel settings}. 
  16. REMOTE TERMINAL
  17. IUsing a remote terminal with the ProDev DDT is also possible. The serial J
  18. Hinterface must be in slot #2 and must support the Pascal v1.1 protocol. K
  19. ISelect the desired baud rate by following the instructions supplied with K
  20. Iyour interface card. If you are using a Super Serial Card or equivalent, F
  21. Duse the switches to set the baud rate & data size. We recommend the ?
  22. following switch settings for 9600 baud operation on the SSC:
  23.       sw1  D D D U U U U          sw2  U U U U D x D
  24. D{DDT16 - When using the IIGS serial port, set the baud rate via the 
  25. control panel settings}. 
  26. AThe ProDev DDT does not support error checking. Operation may be K
  27. Iunreliable at very high baud rates. If you experience any communications L
  28. Jproblems, try using the next lowest baud rate. We have found operation at  
  29. 9600 baud to be very reliable.
  30. GWhen you are operating the ProDev DDT from a terminal you will not see L
  31. Jthe windowed display on the terminal screen. The information displayed to I
  32. Gthe terminal is the same information that would normally appear in the K
  33. Imain display window. The Serial I/O mode is activated from the Mode menu 
  34. (See MO command).
  35. JOther computers make great terminals.  All you need is a serial interface I
  36. Gand some type of terminal software. Most modem software will work. The I
  37. G][GS even has built in terminal emulation that will work. We prefer to L
  38. Juse modem software that has a scroll back buffer. This allows you to scan L
  39. Jback through instructions that you have already traced in case you missed 
  40. something.
  41. JUse the following commands if you want to use the ][GS' built in terminal 4
  42. emulation. From a basic prompt type the following:
  43. ] IN #2 <cr>
  44. Note! No return on the following lines*
  45. <ctrl>AT
  46. this starts terminal mode
  47. <ctrl>A14B
  48. 9600 baud 
  49. <ctrl>AME
  50. mask line feeds
  51. <ctrl>ABE
  52. buffer enable
  53. <ctrl>AED
  54. echo disable
  55.